func runtime.bucketMask
24 uses
runtime (current package)
map.go#L183: func bucketMask(b uint8) uintptr {
map.go#L432: m := bucketMask(h.B)
map.go#L502: m := bucketMask(h.B)
map.go#L546: m := bucketMask(h.B)
map.go#L645: bucket := hash & bucketMask(h.B)
map.go#L770: bucket := hash & bucketMask(h.B)
map.go#L908: it.startBucket = r & bucketMask(h.B)
map.go#L1008: if hash&bucketMask(it.B) != checkBucket {
map.go#L1103: markBucketsEmpty(h.buckets, bucketMask(h.B))
map.go#L1741: dstBmap := (*bmap)(add(dst.buckets, (uintptr(i)&bucketMask(dst.B))*uintptr(t.BucketSize)))
map_fast32.go#L30: m := bucketMask(h.B)
map_fast32.go#L79: m := bucketMask(h.B)
map_fast32.go#L134: bucket := hash & bucketMask(h.B)
map_fast32.go#L233: bucket := hash & bucketMask(h.B)
map_fast32.go#L319: bucket := hash & bucketMask(h.B)
map_fast64.go#L30: m := bucketMask(h.B)
map_fast64.go#L79: m := bucketMask(h.B)
map_fast64.go#L134: bucket := hash & bucketMask(h.B)
map_fast64.go#L235: bucket := hash & bucketMask(h.B)
map_fast64.go#L321: bucket := hash & bucketMask(h.B)
map_faststr.go#L81: m := bucketMask(h.B)
map_faststr.go#L185: m := bucketMask(h.B)
map_faststr.go#L245: bucket := hash & bucketMask(h.B)
map_faststr.go#L339: bucket := hash & bucketMask(h.B)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |